home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': '',
- 'Copyright': '',
- 'Description': '',
- 'Host': 'Paint Shop Pro',
- 'Host Version': '8.00'
- }
-
- def Preset_Lights():
- return {
- 'SelButton': 1,
- 'Darkness': 70,
- 'Lights': ((App.Constants.Boolean.false,(118,93,73),(-70,-70,25,600,28,40,40,135)),(App.Constants.Boolean.true
- ,(255,207,145),(70,-70,25,600,28,40,40,225)),(App.Constants.Boolean.false,(255,207,145),(70,
- 70,25,600,28,40,40,315)),(App.Constants.Boolean.false,(255,207,145),(-70,70,25,600,28,40,40,
- 45)),(App.Constants.Boolean.true,(200,200,200),(0,0,10,500,28,45,0,200)))
- }
-
- def Do(Environment):
- App.Do( Environment, 'Lights', Preset_Lights())
-
-